home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.start1x > 100)
- {
- if(_root.start1x < 700)
- {
- if(_root.start2x > 100)
- {
- if(_root.start2x < 700)
- {
- if(_root.finish1x > 100)
- {
- if(_root.finish1x < 700)
- {
- if(_root.finish2x > 100)
- {
- if(_root.finish2x < 700)
- {
- _root.mice = "2";
- nextFrame();
- }
- }
- }
- }
- }
- }
- }
- }
- }
-